[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ELSEIFB          ELSE With IFB                                      Directive

  ELSEIFB <argument>

     This directive is the same as an ELSE followed by an IFB. (IFB is
     satified if argument is blank.) It is used to start a nested
     conditional block. For example:

                        IF NUMBER EQ 5
                           add ax,3
                        ELSEIFB NUMBER
                           add bx,2
                        ELSE
                           add cx,1
                        ENDIF

       Notes:     See ELSEIF and IFB for more information.

See Also: ELSEIF IFB
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson